home *** CD-ROM | disk | FTP | other *** search
/ IRIX 6.5 Applications 2002 November / SGI IRIX 6.5 Applications 2002 November.iso / dist / gateway.idb / usr / WebFace / Source / 20-NetworkServices / nfs / description.frm.z / description.frm
Encoding:
Text File  |  2002-06-12  |  2.4 KB  |  59 lines

  1. #! /usr/bin/perl5
  2. #
  3. # description.frm
  4. #
  5. # Copyright 1988-1996 Silicon Graphics, Inc.
  6. # All rights reserved.
  7. #
  8. # This is UNPUBLISHED PROPRIETARY SOURCE CODE of Silicon Graphics, Inc.;
  9. # the contents of this file may not be disclosed to third parties, copied or
  10. # duplicated in any form, in whole or in part, without the prior written
  11. # permission of Silicon Graphics, Inc.
  12. #
  13. # RESTRICTED RIGHTS LEGEND:
  14. # Use, duplication or disclosure by the Government is subject to restrictions
  15. # as set forth in subdivision (c)(1)(ii) of the Rights in Technical Data
  16. # and Computer Software clause at DFARS 252.227-7013, and/or in similar or
  17. # successor clauses in the FAR, DOD or NASA FAR Supplement. Unpublished -
  18. # rights reserved under the Copyright Laws of the United States.
  19. #
  20.  
  21. print <<EndOfFile;
  22. Content-type: text/html
  23.  
  24. <HTML><HEAD></HEAD><BODY>
  25. <H1>Filesystem Configuration</H1>
  26. <P>
  27.  Under IRIX and other UNIX-based operating systems, disks and other
  28. secondary storage devices that can be added to a computer are managed as
  29. filesystems. When these devices are added to the computer, (in this
  30. case, the Internet Gateway server) they are assigned a special filename
  31. that allows users to access the stored data. Filenames are also applied
  32. to remote resources that are made available to the Gateway server, such
  33. as files offered by a personal computer (PC) or Macintosh computer using
  34. the Network File System (NFS) protocol. When a resource such as a remote
  35. storage device or NFS filesystem is accessible locally, it is said to be
  36. <EM>mounted</EM> on the local system. Resources on the Gateway server
  37. can also be made available to users on other computers on the network.
  38. When a local resource is offered to remote computers, it is said to be
  39. <EM>exported</EM> from the local system. </P>
  40. <P>
  41. It is not necessary to mount or export entire filesystems. Frequently a
  42. portion of the filesystem, such as a subdirectory is mounted or
  43. exported. </P>
  44. <P>
  45. You can configure filesystem mounting and exporting on the <EM>WebForce
  46. Internet Gateway</EM> using the following forms: </P>
  47. <UL>
  48.     <LI>
  49.     <A HREF="index.nfs1.shtml" TARGET="left">Export Filesystems Form</A>
  50.     <LI>
  51.     <A HREF="index.nfs2.shtml" TARGET="left">Mount Filesystems Form</A> 
  52. </UL>
  53. <P>
  54. For additional information, see Chapter 2 of the <EM>ONC3/NFS
  55. Administrator's Guide</EM>, or the filesystems(4), exports(4), and
  56. fstab(4) reference pages. </P>
  57. </BODY></HTML>
  58. EndOfFile
  59.